v0 Platform APIAPI ReferenceIntegrations
Create Vercel ProjectDeprecated
Links a Vercel project to an existing v0 project. Enables Vercel-related features and deployment integration within the v0 workspace.
POST/v1/integrations/vercel/projects
Deprecated: This endpoint depends on v0 Projects, which are deprecated. You can still connect a Vercel project directly to a chat with Create Vercel Project.
Usage
TypeScript Example
import { v0 } from 'v0-sdk'const result = await v0.integrations.vercel.projects.create()console.log(result)API Signature
Request
Body
projectId: string
The ID of the v0 project to link to the new Vercel project.
name: string
The name to assign to the new Vercel project.
Response
id: string
A unique identifier for the linked Vercel project.
object: 'vercel_project'
Fixed value identifying this object as a Vercel project.
name: string
The name of the Vercel project.